Microsoft SQL Server
Overview
Connect Superblocks to Microsoft SQL to build apps with read and write access to a Microsoft SQL database:
- Read data from a database and utilize it in API steps or UI components
- Save information retrieved by other API steps or UI components by writing data to a database
Setting up Microsoft SQL
1. Add integration
Select Microsoft SQL from the integrations page.
2. Configure settings
Fill out the form with the following settings:
Setting | Required | Description |
---|---|---|
Name | TRUE | Name that will be displayed to users when selecting this integration in Superblocks |
Host | TRUE | Hostname or IP address to connect to |
Port | TRUE | Port to use when connecting to Microsoft SQL |
Database Name | TRUE | Name of database to connect to |
Database Username | TRUE | Username to use to connect |
Database Password | TRUE | Password for database username |
Enable SSL | FALSE | Connect via SSL if selected |